Selerix Developer Tools
Implicit Type Conversion(BinaryDataType,Byte[]) Operator






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BinaryDataType Class > Implicit Type Conversion Operator : Implicit Type Conversion(BinaryDataType,Byte[]) Operator
The data.
Performs an implicit conversion from System.Byte array to BinaryDataType.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal data() As Byte _
) As BinaryDataType
'Usage
 
public BinaryDataType operator implicit( 
   byte[] data
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: BinaryDataType* op_Implicit( 
   byte[]* data
)
public:
operator BinaryDataType^ ( 
   array<byte>^ data
)

Parameters

data
The data.

Return Value

The result of the conversion.
See Also

Reference

BinaryDataType Class
BinaryDataType Members
Overload List